实现了音乐在线播放功能
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>music home</title>
<link rel="shortcut icon" type="image/x-icon" href="image/icon1.jpg"/>
<link rel="stylesheet" href="css/cs01.css"/>
</head>
<frameset rows="15%,75%,10%" frameborder="no" bordercolor="#D6D6D6">
<frame src="head.html"/>
<frameset cols="20%,80%">
<frame src="left.html"/>
<frame src="center.html"/>
</frameset>
<frame src="bottom.html"/>
</frameset><noframes></noframes>
</html>
评论